is it possible to convert a type string to a char[]?
like
string s;
char[8] c;
can you copy the contents of c into s?? i so how